Package-level declarations

Types

Link copied to clipboard
@Entity
class Message(var id: String = TsidCreator.getTsid().toString(), val tenantId: String, val channelId: String, val contactId: String, val wamid: String? = null, val direction: MessageDirection, val type: MessageType, val content: String? = null, val mediaUrl: String? = null, var status: MessageStatus = MessageStatus.SENT, val errorCode: String? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard